ConnectionMetrics

data class ConnectionMetrics

A class representing the metrics related to connection quality

Since

1.10.7

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

connectionQualityState
Link copied to clipboard
val connectionQualityState: ConnectionQualityState

Returns the converted MOS value to a readable ConnectionQualityState value.

jitter
Link copied to clipboard
val jitter: Double?

Indicates the current jitter of the call.

mos
Link copied to clipboard
val mos: Double?

Indicates the current Mean Opinion Score (MOS) of the call.

packetLostRate
Link copied to clipboard
val packetLostRate: Double?

Indicates the current packet lost rate of the call.

rtt
Link copied to clipboard
val rtt: Double?

Indicates the current Round Trip Time (RTT) of the call.